Q3Marker_GetPosition
You can use theQ3Marker_GetPosition
function to get the position of a marker.
TQ3Status Q3Marker_GetPosition ( TQ3GeometryObject marker, TQ3Point3D *location);
marker
- A marker.
location
- On exit, the location of the specified marker.
DESCRIPTION
TheQ3Marker_GetPosition
function returns, in thelocation
parameter, the location of the marker specified by themarker
parameter.